Welcome![Sign In][Sign Up]
Location:
Search - opencv java

Search list

[WEB Code面部识别java demo

Description: java调用opencv的面部识别
Platform: | Size: 2750279 | Author: zyn1987207@163.com | Hits:

[JSP/JavaJavaANDOpenCV

Description: 一种Java与OpenCV结合实现的目标检测模块 提出一种Java与OpenCV结合实现的目标检测模块,详细讲述了利用JN I技术调用OpenCV目标检测方法的具体步骤和关键过程。-A combination of Java and OpenCV implementation of the target detection module, a combination of Java and OpenCV implementation of the target detection module, described in detail the use of technology JN I call OpenCV object detection method and the key to the process of concrete steps.
Platform: | Size: 344064 | Author: sunny | Hits:

[JSP/Javaocvtr2

Description: motion detection made in processing. it detects motion in stream taken from webcam using OpenCV specialised and dedicated library. It is based on Java and is free - made by Intel-motion detection made in processing. it detects motion in stream taken from webcam using OpenCV specialised and dedicated library. It is based on Java and is free- made by Intel
Platform: | Size: 1024 | Author: valentin | Hits:

[JSP/Javathreshold

Description: A java application - processing which can be downloaded free from processing.org Here it uses a free library - OpenCV - made by intel. .. to convert all the pixels in an image - in fact in a movie - a capture from the webcam. If the color of a pixel is "higher" comparing to a threshold it turns black - otherwise it becomes white.-A java application- processing which can be downloaded free from processing.org Here it uses a free library- OpenCV- made by intel. .. to convert all the pixels in an image- in fact in a movie- a capture from the webcam. If the color of a pixel is "higher" comparing to a threshold it turns black- otherwise it becomes white.
Platform: | Size: 1024 | Author: valentin | Hits:

[JSP/Javaopencv_java_api

Description: Opencv Java API is a Java Vision Library to be used for Image processing
Platform: | Size: 40960 | Author: Jessy | Hits:

[Graph RecognizeBlobDetection

Description: Example in OpenCv BlobDetection -Example in OpenCv BlobDetection
Platform: | Size: 2048 | Author: Upe | Hits:

[OpenCVface

Description: 通过OPENCV实现的脸部识别程序,可直接运行的测试类。可辨别出途中人类脸部-OPENCV achieved through face-recognition program can be directly run the test class. Discernible out of the way the human face
Platform: | Size: 4524032 | Author: lion | Hits:

[Graph Recognizehw3-Hatfield

Description: blob tracking 代码(java),基于opencv java库。作者:Erik Hatfield-blob tracking code based on opencv library(java code). By Erik Hatfield.
Platform: | Size: 98304 | Author: Jiakun | Hits:

[JSP/JavaJavaOpenCVMatchTemplate_v0.5b_src

Description: opencv java 开发 手势识别简单应用tank-opencv java simple gesture recognition application development tank
Platform: | Size: 1520640 | Author: 谭凯雄 | Hits:

[JSP/Java222

Description: JNI是Java Native Interface的缩写,中文为JAVA本地调用。从Java 1.1开始,Java Native Interface (JNI)标准成为java平台的一部分,它允许Java代码和其他语言写的代码进行交互。 OpenCV是Intel公司支持的开源计算机视觉库。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,实现了图像处理和计算机视觉方面的很多通用算法。 -myJNIOpenCV = new JNIOpenCV() String filename = "lena.jpg" //OpenCV的官方测试图片(人脸识别) String cascade = "haarcascade_frontalface_alt.xml" int[] detectedFaces = myJNIOpenCV.detectFace(40, 40, cascade, filename) int numFaces = detectedFaces.length/4
Platform: | Size: 38912 | Author: yinxin | Hits:

[Special EffectsFaceDetection

Description: 图像人脸识别:java结合OPENCV实现人脸头像定位。-Image Recognition: java implementation OPENCV face with head positioning.
Platform: | Size: 2540544 | Author: 易鑫 | Hits:

[JSP/JavaJNI2OpenCV

Description: java development kit that I recomand the most
Platform: | Size: 2056192 | Author: marius | Hits:

[Special EffectsImage-Processing-using-Java

Description: 基于JAva的ImageJ的图像处理分割技术,相当于C++的opencv插件。-Based on JAva of ImageJ image processing segmentation techniques, the equivalent of C++ opencv plugin.
Platform: | Size: 17425408 | Author: mumu | Hits:

[JSP/JavaOpenCV-Tutorial-1---Camera-Preview

Description: 安卓移动平台环境上开发,并使用opencv捕捉相机输入帧,可以完成对输入帧的预览编辑保存-Android opencv java eclipse
Platform: | Size: 26624 | Author: 余杨 | Hits:

[OpenCVjavacv-opencv-1.3

Description: java 视频 所有操作系统opencv使用文件(Java video, all operating systems, opencv, using files)
Platform: | Size: 83133440 | Author: lzg2381 | Hits:

[OpenCVjava

Description: opencv示例代码,很好的例子可以学习学习,希望大家能够很好的学习opencv(use the high-level stitching API for stitching provided by - @ref cv::Stitcher - learn how to use preconfigured Stitcher configurations to stitch images using different camera models.)
Platform: | Size: 640000 | Author: 斯蒂芬企鹅 | Hits:

[androidopencv

Description: android 上opencv简单的人脸识别功能的java文件(Android opencv simple face recognition function on the java file)
Platform: | Size: 15360 | Author: 红色与青色 | Hits:

[Graph programOPENCV图像处理的函数说明

Description: OpenCV是一个基于BSD许可(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows、Android和Mac OS操作系统上。它轻量级而且高效--由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。 OpenCV用C++语言编写,它的主要接口也是C++语言,但是依然保留了大量的C语言接口。该库也有大量的Python, Java and MATLAB/OCTAVE (版本2.5)的接口。这些语言的API接口函数可以通过在线文档获得。如今也提供对于C#,Ch, Ruby的支持。(OpenCV is a cross platform computer vision library based on BSD license (open source), which can run on Linux, Windows, Android, and Mac OS operating systems. It is lightweight and efficient, consisting of a series of C functions and a small number of C++ classes. It also provides interfaces for languages such as Python, Ruby and MATLAB, and implements many general algorithms for image processing and computer vision. OpenCV is written in the C++ language, its main interface is also the C++ language, but still remains a large number of C language interfaces. The library also has a large number of interfaces for Python, Java and MATLAB/OCTAVE (version 2.5). The API interface functions of these languages can be obtained by online documents. Today also provides support for C#, Ch, and Ruby.)
Platform: | Size: 370688 | Author: yuxuefenfei | Hits:

[JSP/JavaCreateGray

Description: 人脸识别系统,基于opencv的swing的界面操作,外加涉及到密码学(Face recognition system, based on OpenCV's swing interface operation, and related to cryptography.)
Platform: | Size: 3391488 | Author: cc@cc | Hits:

[JSP/Javajava+Video

Description: 利用opencv的视觉库,进行获取帧,格式转换到java,在java的JLabel进行输出(The use of OpenCV visual library, access to the frame, format conversion to Java, JLabel in Java output)
Platform: | Size: 12207104 | Author: 鹏鹏666 | Hits:
« 12 3 4 »

CodeBus www.codebus.net